gtk-demo: Add some padding in sidebar
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Feb 2016 04:35:33 +0000 (23:35 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 28 Feb 2016 04:35:33 +0000 (23:35 -0500)
Add some padding on the right, to avoid the scrollbar and make
the sidebar appear balanced.

demos/gtk-demo/main.ui

index 793bbde2646d7f30038deac31ea4ee7baa87fdd0..4e06bbdbe9c5b8bb39b596c83d39c385592912e1 100644 (file)
@@ -85,7 +85,6 @@
                     </child>
                     <child>
                       <object class="GtkTreeViewColumn" id="treeviewcolumn1">
-                        <property name="title" translatable="yes">column</property>
                         <child>
                           <object class="GtkCellRendererText" id="cellrenderertext1"/>
                           <attributes>
                             <attribute name="text">1</attribute>
                           </attributes>
                         </child>
+                        <child>
+                          <object class="GtkCellRendererText">
+                            <property name="text">  </property>
+                          </object>
+                        </child>
                       </object>
                     </child>
                   </object>